projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e0a50d
)
Revert "Move the /*< private >*/ at the correct position"
author
Javier Jardón
<jjardon@gnome.org>
Wed, 3 Nov 2010 02:37:13 +0000
(
03:37
+0100)
committer
Javier Jardón
<jjardon@gnome.org>
Wed, 3 Nov 2010 02:38:06 +0000
(
03:38
+0100)
All the object structures is opaque
This reverts commit
c59ca4f6b9c144c59cac6288862e7a59eaa7a2cc
.
gtk/gtkgrid.h
patch
|
blob
|
history
diff --git
a/gtk/gtkgrid.h
b/gtk/gtkgrid.h
index 75be807e5be407aa49ba78bca8d5bf8d64627ac2..530ef0be25caa953c1b4e935aed441e93988455c 100644
(file)
--- a/
gtk/gtkgrid.h
+++ b/
gtk/gtkgrid.h
@@
-45,9
+45,9
@@
typedef struct _GtkGridClass GtkGridClass;
struct _GtkGrid
{
+ /*< private >*/
GtkContainer container;
- /*< private >*/
GtkGridPrivate *priv;
};